projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f407ae3
)
Require bytecomp for byte-goto-ops.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 5 Dec 1998 18:18:50 +0000
(18:18 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 5 Dec 1998 18:18:50 +0000
(18:18 +0000)
lisp/emacs-lisp/byte-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-opt.el
b/lisp/emacs-lisp/byte-opt.el
index a279c018e705f12a42a3ae1ca1fc2a17ed841233..77997f4894aa189f5c631b3dde8dadaa43a1002c 100644
(file)
--- a/
lisp/emacs-lisp/byte-opt.el
+++ b/
lisp/emacs-lisp/byte-opt.el
@@
-183,6
+183,8
@@
;;; Code:
+(require 'bytecomp)
+
(defun byte-compile-log-lap-1 (format &rest args)
(if (aref byte-code-vector 0)
(error "The old version of the disassembler is loaded. Reload new-bytecomp as well."))